home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / c / syscall / sun3.md / RCS / sysStubs.s,v < prev    next >
Encoding:
Text File  |  1992-06-16  |  2.7 KB  |  122 lines

  1. head     1.4;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @# @;
  7.  
  8.  
  9. 1.4
  10. date     92.06.16.11.54.28;  author jhh;  state Exp;
  11. branches ;
  12. next     1.3;
  13.  
  14. 1.3
  15. date     89.09.12.11.50.23;  author jhh;  state Exp;
  16. branches ;
  17. next     1.2;
  18.  
  19. 1.2
  20. date     88.07.14.17.38.31;  author mendel;  state Exp;
  21. branches ;
  22. next     1.1;
  23.  
  24. 1.1
  25. date     88.06.19.14.30.07;  author ouster;  state Exp;
  26. branches ;
  27. next     ;
  28.  
  29.  
  30. desc
  31. @@
  32.  
  33.  
  34. 1.4
  35. log
  36. @added SYS_SYS_GET_HOSTNAME and SYS_SYS_SET_HOSTNAME
  37. @
  38. text
  39. @/*
  40.  *
  41.  * sysStubs.s --
  42.  *
  43.  *     Stubs for the Sys_ system calls.
  44.  *
  45.  * Copyright 1986, 1988 Regents of the University of California
  46.  * Permission to use, copy, modify, and distribute this
  47.  * software and its documentation for any purpose and without
  48.  * fee is hereby granted, provided that the above copyright
  49.  * notice appear in all copies.  The University of California
  50.  * makes no representations about the suitability of this
  51.  * software for any purpose.  It is provided "as is" without
  52.  * express or implied warranty.
  53.  *
  54.  * rcs = $Header: /sprite/src/lib/c/syscall/sun3.md/RCS/sysStubs.s,v 1.3 89/09/12 11:50:23 jhh Exp Locker: jhh $ SPRITE (Berkeley)
  55.  *
  56.  */
  57. #include "userSysCallInt.h"
  58.  
  59. SYS_CALL(Sys_DoNothing,     SYS_SYS_DONOTHING)
  60. SYS_CALL(Sys_GetTimeOfDay,     SYS_SYS_GETTIMEOFDAY)
  61. SYS_CALL(Sys_SetTimeOfDay,     SYS_SYS_SETTIMEOFDAY)
  62. SYS_CALL(Sys_EnableDisplay,     SYS_SYS_ENABLEDISPLAY)
  63. SYS_CALL(Sys_Shutdown,         SYS_SYS_SHUTDOWN)
  64. SYS_CALL(Sys_GetMachineInfo,     SYS_SYS_GETMACHINEINFO_NEW)
  65. SYS_CALL(Sys_Stats,        SYS_SYS_STATS)
  66. SYS_CALL(Sys_GetHostName,    SYS_SYS_GET_HOSTNAME)
  67. SYS_CALL(Sys_SetHostName,    SYS_SYS_SET_HOSTNAME)
  68. @
  69.  
  70.  
  71. 1.3
  72. log
  73. @uses new Sys_GetMachineInfo trap number
  74. @
  75. text
  76. @d16 1
  77. a16 1
  78.  * rcs = $Header: /sprite/src/lib/c/syscall/sun3.md/RCS/sysStubs.s,v 1.2 88/07/14 17:38:31 mendel Exp Locker: jhh $ SPRITE (Berkeley)
  79. d28 2
  80. @
  81.  
  82.  
  83. 1.2
  84. log
  85. @Changed comment characters from |* to /* */.
  86. @
  87. text
  88. @d16 1
  89. a16 1
  90.  * rcs = $Header: sysStubs.s,v 1.1 88/06/19 14:30:07 ouster Exp $ SPRITE (Berkeley)
  91. d26 1
  92. a26 1
  93. SYS_CALL(Sys_GetMachineInfo,     SYS_SYS_GETMACHINEINFO)
  94. @
  95.  
  96.  
  97. 1.1
  98. log
  99. @Initial revision
  100. @
  101. text
  102. @d1 18
  103. a18 17
  104. |*
  105. |* sysStubs.s --
  106. |*
  107. |*     Stubs for the Sys_ system calls.
  108. |*
  109. |* Copyright 1986, 1988 Regents of the University of California
  110. |* Permission to use, copy, modify, and distribute this
  111. |* software and its documentation for any purpose and without
  112. |* fee is hereby granted, provided that the above copyright
  113. |* notice appear in all copies.  The University of California
  114. |* makes no representations about the suitability of this
  115. |* software for any purpose.  It is provided "as is" without
  116. |* express or implied warranty.
  117. |*
  118. |* rcs = $Header: sysStubs.s,v 2.0 87/08/11 09:31:19 brent Exp $ SPRITE (Berkeley)
  119. |*
  120.  
  121. @
  122.